go/types.block.lstmt (field)
3 uses
go/types (current package)
labels.go#L50: lstmt *ast.LabeledStmt // labeled statement to which this block belongs, or nil
labels.go#L84: if t := s.lstmt; t != nil && t.Label.Name == name {
labels.go#L95: b := &block{parent: parent, lstmt: lstmt}
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)